GDK W32: Use SWP_NOOWNERZORDER everywhere it can be applied
authorРуслан Ижбулатов <lrn1986@gmail.com>
Sun, 17 Jun 2018 10:58:16 +0000 (10:58 +0000)
committerРуслан Ижбулатов <lrn1986@gmail.com>
Sun, 17 Jun 2018 10:59:49 +0000 (10:59 +0000)
commitb7f9a5419f93254c96848cb0cab9fc7be281a5db
treecb776d00e7421a7a539d79627c5385307c20b80a
parent6cfa799ca1f0f36889b0f120f2baf26a45501a3b
GDK W32: Use SWP_NOOWNERZORDER everywhere it can be applied

There is no reason why we shouldn't pass this flag every time
Z-order changes. We have separate routines that are used to
maintain relative Z-order, so it should be completely OK to
pass SWP_NOOWNERZORDER to let the OS know that it shouldn't try
to maintain relative Z-order of the windows when raising them.
gdk/win32/gdkevents-win32.c
gdk/win32/gdksurface-win32.c